home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / drivers / video / mgetiga.exe / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-05-29  |  299 b   |  15 lines

  1. echo off
  2. if %1null == null goto error
  3. if %2null == null goto error
  4. md %2:\tiga
  5. copy %1\*.* %2\tiga
  6. goto done
  7. :error
  8. echo  
  9. echo  
  10. echo  
  11. echo Usage: Install a: c:
  12. echo           where a: is the drive your installing from
  13. echo             and c: is the drive your installing to.
  14. done:
  15.